Update and Add Data

Add New Record

Code Customization
Add New Record
Description:

This customization constructs a database record and inserts the new record into the database. The reusable function can be called from any page.

For a Web Application the customization will be added in:

..\<Application Name>\Business Layer\<Table Name>Record.cs

For example: C:\MyApp1\Business Layer\OrdersRecord.cs


For a Web Site the customization will be added in:

..\<Application Name>\App_Code\Business Layer\<Table Name>Record.cs

For example: C:\MyApp1\App_Code\Business Layer\OrdersRecord.cs

Procedure:

Step 1:  Use this wizard to add code customization.

Step 2:  Add code to your application that calls the function you just added using this wizard.

Make sure to start a transaction before calling this function.

Step 3:  Build and run the application.

Disclaimer:
Customizations included in this wizard are provided as a sample to demonstrate a feature, and may work only in specific situations. The Iron Speed Designer support team cannot assist in the resolution of problems which may occur as a result of customizing your application or modifying a customization to fit a particular purpose.

Terms of Service Privacy Statement